home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
System
/
Sample 2.4 Think C distribution
/
prog.h
< prev
next >
Wrap
Text File
|
1990-07-09
|
312b
|
14 lines
/*______________________________________________________________________
prog.h - Main Module Interface.
Copyright © 1988, 1989, 1990, Northwestern University.
_____________________________________________________________________*/
#ifndef __prog__
#define __prog__
extern void prog_Event (void);
#endif